home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
59338
/
59338.xpi
/
chrome
/
browser
/
places
/
organizer.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2010-02-06
|
12KB
|
443 lines
/* Toolbar */
#placesToolbar {
padding: 3px; /* b/f buttons have a 1px image padding */
-moz-padding-end: 4px;
}
/* back & forward buttons */
#back-button, #forward-button {
list-style-image: url(libraryNavigation.png);
-moz-appearance: none;
padding: 0;
border: none;
margin-left:5px;
}
#placesToolbar > toolbarbutton > image,
#placesToolbar > toolbarbutton > label {
margin: 0;
padding: 0;
}
#back-button,
#forward-button[chromedir="rtl"] {
-moz-image-region: rect(0px, 24px, 24px, 0px);
}
#back-button:not([disabled="true"]):hover,
#forward-button:not([disabled="true"]):hover[chromedir="rtl"] {
-moz-image-region: rect(24px, 24px, 48px, 0px);
}
#back-button[disabled="true"],
#forward-button[chromedir="rtl"][disabled="true"] {
-moz-image-region: rect(48px, 24px, 72px, 0px) !important;
}
#back-button:not([disabled="true"]):hover:active,
#forward-button:not([disabled="true"]):hover:active[chromedir="rtl"] {
-moz-image-region: rect(72px, 24px, 96px, 0px);
}
#forward-button,
#back-button[chromedir="rtl"] {
-moz-image-region: rect(0px, 48px, 24px, 24px);
}
#forward-button:not([disabled="true"]):hover,
#back-button:not([disabled="true"]):hover[chromedir="rtl"] {
-moz-image-region: rect(24px, 48px, 48px, 24px);
}
#forward-button[disabled="true"],
#back-button[chromedir="rtl"][disabled="true"] {
-moz-image-region: rect(48px, 48px, 72px, 24px) !important;
}
#forward-button:not([disabled="true"]):hover:active,
#back-button:not([disabled="true"]):hover:active[chromedir="rtl"] {
-moz-image-region: rect(72px, 48px, 96px, 24px);
}
/* Menu */
#placesMenu {
-moz-margin-start: 8px;
-moz-appearance: none;
border: none;
background-color:transparent !important;
}
#placesMenu > menu {
padding:0px;
-moz-appearance: none;
border: 3px solid transparent;
-moz-border-radius: 4px;
color:#000;
}
#placesMenu > menu:hover {
padding: 0px;
border:3px solid;
-moz-border-top-colors:#d9dde1 #80a7d3 #d2d9e1;
-moz-border-bottom-colors:#d9dde1 #80a7d3 #d2d9e1;
-moz-border-right-colors:#d9dde1 #80a7d3 #d2d9e1;
-moz-border-left-colors:#d9dde1 #80a7d3 #d2d9e1;
}
#placesMenu > menu:hover:active{
padding: 0px;
border:3px solid;
-moz-border-top-colors:#d1dae5 #9fbde0 #78b6fb;
-moz-border-bottom-colors:#d1dae5 #9fbde0 #78b6fb;
-moz-border-right-colors:#d1dae5 #9fbde0 #78b6fb;
-moz-border-left-colors:#d1dae5 #9fbde0 #78b6fb;
}
#placesMenu > menu[open="true"] {
-moz-border-top-colors:#999897 #c3c2c2 #e0dfde;
-moz-border-bottom-colors:#d8d7d6 #e2e1e0 #e2e1e0;
-moz-border-right-colors:#bdbdbc #dedddc #e2e1e0;
-moz-border-left-colors:#bcbcbb #dedddc #e2e1e0;
}
#placesMenu > menu > label {
-moz-padding-end: 0px;
}
#placesMenu[chromedir="rtl"] > menu > label {
background-position: left center;
}
/* organize button */
#organizeButton {
list-style-image: url("chrome://browser/skin/places/allBookmarks.png");
background-image:url("chrome://browser/skin/icons/menudroparrow.png");
background-repeat:no-repeat !important;
background-position:bottom right;
padding-right: 8px !important;
background-color:transparent !important;
}
/* view button */
#viewMenu {
list-style-image: url("chrome://browser/skin/places/view.png");
background-image:url("chrome://browser/skin/icons/menudroparrow.png");
background-repeat:no-repeat !important;
background-position:bottom right;
padding-right: 8px !important;
background-color:transparent !important;
}
/* maintenance button */
#maintenanceButton {
list-style-image: url("chrome://browser/skin/places/importAndBackup.png");
background-image:url("chrome://browser/skin/icons/menudroparrow.png");
background-repeat:no-repeat !important;
background-position:bottom right;
padding-right: 8px !important;
background-color:transparent !important;
}
/* Root View */
#placesView {
margin:5px !important;
border: 2px solid !important;
-moz-border-radius: 5px;
-moz-border-top-colors:#969595 #c1c0bf !important;
-moz-border-bottom-colors:#d6d5d4 #e0dfde !important;
-moz-border-left-colors:#bbbab9 #dcdbda !important;
-moz-border-right-colors:#bcbbba #dcdbda !important;
}
/* Place List, Place Content */
.placesTree {
margin: 0px;
}
#placesList {
-moz-appearance: none;
margin:10px !important;
border: 2px solid !important;
-moz-border-radius: 5px;
-moz-border-top-colors:#969595 #c1c0bf !important;
-moz-border-bottom-colors:#d6d5d4 #e0dfde !important;
-moz-border-left-colors:#bbbab9 #dcdbda !important;
-moz-border-right-colors:#bcbbba #dcdbda !important;
padding: 0;
background-color:#ffffff !important;
}
#placesList:focus {
-moz-appearance: none;
margin:10px !important;
border: 2px solid !important;
-moz-border-radius: 5px;
-moz-border-top-colors:#2f75c5 #789bc3 !important;
-moz-border-bottom-colors:#3278c7 #88abd3 !important;
-moz-border-left-colors:#3177c6 #86a8d1 !important;
-moz-border-right-colors:#3278c7 #86a8d1 !important;
}
#placeContent {
-moz-appearance: none;
margin:10px !important;
border: 2px solid !important;
-moz-border-radius: 5px;
-moz-border-top-colors:#969595 #c1c0bf !important;
-moz-border-bottom-colors:#d6d5d4 #e0dfde !important;
-moz-border-left-colors:#bbbab9 #dcdbda !important;
-moz-border-right-colors:#bcbbba #dcdbda !important;
background-color:#ffffff !important;
}
#placeContent:focus {
-moz-appearance: none;
margin:10px !important;
border: 2px solid !important;
-moz-border-radius: 5px;
-moz-border-top-colors:#2f75c5 #789bc3 !important;
-moz-border-bottom-colors:#3278c7 #88abd3 !important;
-moz-border-left-colors:#3177c6 #86a8d1 !important;
-moz-border-right-colors:#3278c7 #86a8d1 !important;
}
#infoPaneBox {
margin:10px !important;
border: 2px solid !important;
-moz-border-radius: 5px;
-moz-border-top-colors:#969595 #c1c0bf !important;
-moz-border-bottom-colors:#d6d5d4 #e0dfde !important;
-moz-border-left-colors:#bbbab9 #dcdbda !important;
-moz-border-right-colors:#bcbbba #dcdbda !important;
padding: 5px;
background-color:#E1DFDE;
}
#infoPaneBox textbox{
margin:5px;
/* height:22px; */
padding:0;
border: 3px solid !important;
-moz-border-radius: 5px;
background-color:#ffffff;
-moz-border-top-colors:#a8a8a8 #dadada #fcfcfc !important;
-moz-border-bottom-colors:#d9d8d8 transparent transparent !important;
-moz-border-left-colors:#d3d3d3 #fafafa transparent !important;
-moz-border-right-colors:#d4d4d4 #fafafa transparent !important;
}
#infoPaneBox textbox:hover {
padding:0;
border: 3px solid !important;
-moz-border-radius: 5px;
background-color:#ffffff;
-moz-border-top-colors:#79b7fc #aac9ec #e8f2fd !important;
-moz-border-bottom-colors:#7bb8fd #bddcff #eaf4ff !important;
-moz-border-left-colors:#7bb9fd #bad9fc #eaf4ff !important;
-moz-border-right-colors:#7cb9fe #bad9fc #eaf4ff !important;
}
#infoPaneBox textbox[focused="true"] {
border: 3px solid !important;
-moz-border-radius: 5px;
background-color:#ffffff;
-moz-border-top-colors:#3076c6 #85a8d1 #dde7f5 !important;
-moz-border-bottom-colors:#3278c7 #98bbe4 #dfe9f7 !important;
-moz-border-left-colors:#3278c7 #95b8e1 #dfe9f7 !important;
-moz-border-right-colors:#3379c8 #95b8e1 #dfe9f7 !important;
}
.small, .small[disabled="true"] {
min-width: 0px;
padding: 0px 4px 0px 4px;
margin: 0px;
border: 0px;
}
.small .button-text,
.small .button-box {
padding: 5px 10px;
border: 0px;
}
#infoBoxExpanderLabel {
-moz-padding-start: 2px;
}
#organizerScopeBar {
padding: 2px 0;
-moz-padding-end: 3px;
}
#organizerScopeBar > toolbarbutton {
-moz-appearance: none;
border: 3px solid transparent;
-moz-border-radius: 4px;
padding: 0 !important;
margin: 0 1px;
}
#organizerScopeBar > toolbarbutton:hover {
padding: 0px;
border:3px solid;
-moz-border-top-colors:#d9dde1 #80a7d3 #d2d9e1;
-moz-border-bottom-colors:#d9dde1 #80a7d3 #d2d9e1;
-moz-border-right-colors:#d9dde1 #80a7d3 #d2d9e1;
-moz-border-left-colors:#d9dde1 #80a7d3 #d2d9e1;
-moz-border-radius: 4px;
}
#organizerScopeBar > toolbarbutton:hover:active {
padding: 0px;
border:3px solid;
-moz-border-top-colors:#d1dae5 #9fbde0 #78b6fb;
-moz-border-bottom-colors:#d1dae5 #9fbde0 #78b6fb;
-moz-border-right-colors:#d1dae5 #9fbde0 #78b6fb;
-moz-border-left-colors:#d1dae5 #9fbde0 #78b6fb;
-moz-border-radius: 4px;
}
#organizerScopeBar > toolbarbutton[checked="true"] {
border:3px solid;
-moz-border-top-colors:#999897 #c3c2c2 #e0dfde;
-moz-border-bottom-colors:#d8d7d6 #e2e1e0 #e2e1e0;
-moz-border-right-colors:#bdbdbc #dedddc #e2e1e0;
-moz-border-left-colors:#bcbcbb #dedddc #e2e1e0;
background:none !important;
-moz-border-radius: 4px;
}
#organizerScopeBar > toolbarbutton > label,
#organizerScopeBar > toolbarbutton > image {
padding: 0;
margin: 0;
}
#organizerScopeBar .toolbarbutton-text {
margin: 0;
padding: 2px 5px;
}
#organizerScopeBar > toolbarbutton:not([disabled="true"]):not([checked="true"]):hover {
border-color: ThreeDShadow;
}
#organizerScopeBar > toolbarbutton[checked="true"] {
border-color: ThreeDDarkShadow !important;
}
#placesView:-moz-system-metric(windows-default-theme) {
border-top: none;
}
#placesToolbar {
-moz-appearance: none;
border-bottom:none !important;
color: #000;
}
#placesToolbar:-moz-system-metric(windows-default-theme) {
/* min-height: 36px; */
padding-top: 0px;
padding-bottom: 0px;
-moz-padding-start: 6px;
-moz-padding-end: 8px;
}
#placesMenu > menu {
color: #000;
}
/*#placesMenu:-moz-system-metric(windows-default-theme) > menu > label {
-moz-padding-end: 15px;
background-color: transparent);
}*/
#placesView > splitter:-moz-system-metric(windows-default-theme) {
border: 0;
-moz-border-end: 1px solid;
-moz-border-right-colors: #A9B7C9;
-moz-border-left-colors: #A9B7C9;
min-width: 0;
width: 3px !important;
background-color: transparent;
-moz-margin-start: -3px;
position: relative;
z-index: 10;
}
#searchModifiers:-moz-system-metric(windows-default-theme) {
border-bottom: 1px solid #A9B7C9;
}
#organizerScopeBar:-moz-system-metric(windows-default-theme) {
-moz-appearance: none;
border: none;
}
#infoPaneBox:-moz-system-metric(windows-default-theme) {
border-top-color: #A9B7C9;
}
#placesView:-moz-system-metric(windows-default-theme),
#searchModifiers:-moz-system-metric(windows-default-theme),
#infoPane:-moz-system-metric(windows-default-theme),
#placesList:-moz-system-metric(windows-default-theme),
#placeContent:-moz-system-metric(windows-default-theme) {
background-color: #EEF3FA;
}
/**** Vista default theme: Library's search box needs to be vertically centered ****/
#searchFilter:-moz-system-metric(windows-default-theme) {
padding-top: 3px;
padding-bottom: 2px;
}
#placesView:-moz-system-metric(windows-default-theme) {
border-top: none;
}
#placesToolbar {
-moz-appearance: -moz-win-media-toolbox;
color: #000;
}
#placesMenu > menu {
color: #000;
}
#placesView > splitter:-moz-system-metric(windows-default-theme) {
border: 0;
-moz-border-end: 1px solid;
-moz-border-right-colors: #A9B7C9;
-moz-border-left-colors: #A9B7C9;
min-width: 0;
width: 3px !important;
background-color: transparent;
-moz-margin-start: -3px;
position: relative;
z-index: 10;
}
#searchModifiers:-moz-system-metric(windows-default-theme) {
border-bottom: 1px solid #A9B7C9;
}
#organizerScopeBar:-moz-system-metric(windows-default-theme) {
-moz-appearance: none;
border: none;
}
#infoPaneBox:-moz-system-metric(windows-default-theme) {
border-top-color: #A9B7C9;
}
#placesView:-moz-system-metric(windows-default-theme),
#searchModifiers:-moz-system-metric(windows-default-theme),
#infoPane:-moz-system-metric(windows-default-theme),
#placesList:-moz-system-metric(windows-default-theme),
#placeContent:-moz-system-metric(windows-default-theme) {
background-color:#E1DFDE;
}